Development
Documentation for developing this php testing library.
Contributing
(todo)
CLI
Tester uses taeluf/cli, but does so with a custom \Tlf\Cli subclass.
Add a method to [Tlf\Tester\Runner](/src/Runner.php), and add a command to
Runner::setup_methods()`, referencing that method. Copy the signature of an existing command.
A command is a <string name, string name of method on the Runner class, string help text>
bin/phptest
is the bin script which sets up the Runner. Features should be added to the Runner, not the bin script.